Opc.Ua.Core
UpdateReferenceTargets(ISystemContext,Dictionary<NodeId,NodeId>) Method



Opc.Ua Namespace > NodeState Class : UpdateReferenceTargets(ISystemContext,Dictionary<NodeId,NodeId>) Method
The context.
A table mapping the old node ids to the new node ids.
Recursively updates the targets of references.
Syntax
'Declaration
 
Public Overridable Sub UpdateReferenceTargets( _
   ByVal context As ISystemContext, _
   ByVal mappingTable As Dictionary(Of NodeId,NodeId) _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim mappingTable As Dictionary(Of NodeId,NodeId)
 
instance.UpdateReferenceTargets(context, mappingTable)
public virtual void UpdateReferenceTargets( 
   ISystemContext context,
   Dictionary<NodeId,NodeId> mappingTable
)
public:
virtual void UpdateReferenceTargets( 
   ISystemContext^ context,
   Dictionary<NodeId^,NodeId^>^ mappingTable
) 

Parameters

context
The context.
mappingTable
A table mapping the old node ids to the new node ids.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members